aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp')
-rw-r--r--emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp b/emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp
index 2ef306e..712dcc7 100644
--- a/emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp
+++ b/emulator/opengl/host/libs/GLESv2_dec/GL2Decoder.cpp
@@ -70,14 +70,14 @@ int GL2Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
this->initDispatchByName(getProcFunc, getProcFuncData);
}
- set_glGetCompressedTextureFormats(s_glGetCompressedTextureFormats);
- set_glVertexAttribPointerData(s_glVertexAttribPointerData);
- set_glVertexAttribPointerOffset(s_glVertexAttribPointerOffset);
-
- set_glDrawElementsOffset(s_glDrawElementsOffset);
- set_glDrawElementsData(s_glDrawElementsData);
- set_glShaderString(s_glShaderString);
- set_glFinishRoundTrip(s_glFinishRoundTrip);
+ glGetCompressedTextureFormats = s_glGetCompressedTextureFormats;
+ glVertexAttribPointerData = s_glVertexAttribPointerData;
+ glVertexAttribPointerOffset = s_glVertexAttribPointerOffset;
+
+ glDrawElementsOffset = s_glDrawElementsOffset;
+ glDrawElementsData = s_glDrawElementsData;
+ glShaderString = s_glShaderString;
+ glFinishRoundTrip = s_glFinishRoundTrip;
return 0;
}