Home
last modified time | relevance | path

Searched refs:nGLSLBinarySize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h149 unsigned int nGLSLBinarySize; member
DPVRTPFXParser.cpp418 nGLSLBinarySize = rhs.nGLSLBinarySize; in Copy()
2219 shader.nGLSLBinarySize = (unsigned int)GLSLFile.Size(); in ParseShader()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp285 …Memory(src.GetVertexShader(uiVertIdx).pbGLSLBinary, src.GetVertexShader(uiVertIdx).nGLSLBinarySize, in LoadShadersForEffect()
332 …ry(src.GetFragmentShader(uiFragIdx).pbGLSLBinary, src.GetFragmentShader(uiFragIdx).nGLSLBinarySize, in LoadShadersForEffect()